home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / seldim < prev    next >
Text File  |  1991-11-22  |  2KB  |  57 lines

  1.  
  2.    5.11.2 SELECT DIMENSION
  3.  
  4.  
  5. Each viewport within an X-CAD drawing can have its own dimension parameters.
  6. The SELECT DIMENSION command is used to select new, or redifine current
  7. dimension parameters for the active viewport.
  8.  
  9.  
  10.    COMMAND FORMAT
  11.  
  12.       #SELECT DIMENSION ENTITY :Ent x
  13.  
  14.          or
  15.  
  16.       #SELECT DIMENSION PARAMETERS modifiers [CR]
  17.  
  18. If the ENTITY modifier is used, an existing dimension is identified. The
  19. parameters for the existing entity are then cloned and used as the viewport
  20. default parameters. If the PARAMETERS modifier is used, dimension parameters
  21. are selected using individually.
  22.  
  23.  
  24.    MODIFIERS
  25.  
  26. ENTITY         Use an existing entity to obtain a new set of dimension
  27.                parameters for the active viewport.
  28.  
  29. PARAMETERS     The PARAMETERS modifier is used to enter a further family of
  30.                modifier use to change the defualt setting for all dimension
  31.                parameters.
  32.  
  33.                See the documentation for the DRAW DIMENSION command for a
  34.                full description of these modifiers.
  35.  
  36.                               --------
  37.  
  38.  
  39. The default system dimension parameters for each viewport are:
  40.  
  41.       Leader lines      None suppressed.
  42.       Leader gap        2 millimetres.
  43.       Leader extend     4 millimetres.
  44.       Arrowhead         Closed unfilled.
  45.       Arrow length      5 millimetres.
  46.       Arrow ratio       2.5 ( 2 millimetres width ).
  47.       Scale             1.0 .
  48.       Units             Default viewport units.
  49.       Position          Aligned.
  50.       Prefix            None.
  51.       Suffix            None.
  52.       Precision         3 decimal places.
  53.       Trailing zero     On.
  54.       Imperial format   Feet and inches with decimal fractions.
  55.  
  56.  
  57.